home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Chess / Source / Clock.h < prev    next >
Text File  |  1994-04-01  |  262b  |  19 lines

  1.  
  2. /* Generated by the NeXT Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface Clock : View
  7. {
  8.   int seconds;
  9.   id background;
  10. }
  11.  
  12. + newFrame:(NXRect const *)theFrame;
  13.  
  14. - setSeconds:(int)s;
  15. - (int)getSeconds;
  16. - drawSelf:(NXRect *)rects :(int)rectCount;
  17.  
  18. @end
  19.